.highlights{
    width: 68.314%;
    margin: 0 auto;
    margin-top: 6vw;
    margin-bottom: 6vw;
    overflow: hidden;
    position: relative;
}
.highlights_left{
    width: 40%;
    float: left;
}
.highlights_right{
    width: 55%;
    float: left;
    margin-left: 5%;
    padding-top: 2vw;
}
.highlights_right_title{
    font-size: 2vw;
    font-weight: bold;
    padding-bottom: 1vw;
}
.highlights_right_time{
    padding: 0.3vw 1vw;
    font-size: 0.8vw;
    background-color: #f4f4f4;
}
.highlights_right_content{
    display: block;
    line-height: 1.5vw;
    font-size: 0.8vw;
    padding-top: 1.5vw;
}
.highlights_right_content>p{
    line-height: 1.5vw;
}
.highlights>a{
    position: absolute;
    bottom: 20%;
    left: 45%;
    background-color: #ea2763;
    border-radius: 25px;
    padding: 0.3vw 1vw;
    color: #ffffff;
    text-decoration: none;
}
.highlights>a:hover{
    background-color: #ffffff;
    color: #ea2763;
}
.highlights:hover{
    animation: mymove 2s;
    background-color: #ea2763;
    color: white;
}
@keyframes mymove
    {
    from {background-color:transparent;}
    to {background-color: #ea2763;}
}
 
/*Safari 和 Chrome:*/
@-webkit-keyframes mymove
{
    from {background-color:transparent;}
    to {background-color: #ea2763;}
}
/* 轮播图 */
.share_swiper{
    width: 100%;
    height: auto;
    padding-top: 3vw;
    overflow: hidden;
    position: relative;
}
.share_swiper>div{
    width: 68.314%;
    margin: 0 auto;
}
.share_swiper>div>ul{
    overflow: hidden;
}
.share_swiper>div>ul>li{
    width: 25%;
    float: left;
    text-align: center;
}
.share_swiper>div>ul>li>a{
   color: #000;
   text-decoration: none;
}

/* layui */
.layui-tab {
    margin:0;
}
.layui-tab-title{
    width: 68.314%;
    margin: 0 auto;
    border-bottom-width: 0;
    margin-bottom: 3vw;
}
.layui-tab-title li {
    font-weight: 600;
    width: calc(100% / 4);
    color: #000;
    height: 1.5vw;
    line-height: 1.5vw;
    font-size: 1.26vw;
}
.layui-tab-brief>.layui-tab-title .layui-this{
  color: #ea2763;
}
.layui-tab-title li>hr{
    border: 0;
    border-bottom: 1px solid #817676;
    width: 10%;
    padding-bottom: 0.5vw;
    margin: auto;
    background-color: transparent;
}
.layui-tab-content {
    padding:0;
    margin-top: 2vw;
} 
.share_swiper_go{
    width:100%; 
    background-color: #000;
    position: relative;
}
.share_swiper_go>.swiper-container{
    width: 68.314%;
    padding-top: 2vw;
    height: 600px;
    padding-bottom: 2vw;
}
.share_swiper_go>.swiper-container>.swiper-wrapper{
    width: 100%;
}
.share_swiper_go>.swiper-container>.swiper-wrapper>.swiper-slide{
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    overflow: hidden;
}
.share_swiper_go>.swiper-but-l{
    width: 2vw;
    height: 2vw;
    right:6%;
    background-color: #fff;
    background-size: 20px;
   
}
.swiper-button-next:focus,.swiper-button-prev:focus{
    outline: none;
}
.share_swiper_go>.swiper-but-r{
    width: 2vw;
    height: 2vw;
    left:6%;
    background-color: #fff;
    background-size: 20px;
}
/*ipad  */
@media only screen and (min-width: 768px) and (max-width:1024px){
    .highlights,.layui-tab-title{
        width: 90%;
    }
    .highlights_left,.highlights_right{
        width: 45%;
    }
    .highlights_right_title {
        font-size: 4vw;
        padding-bottom: 1.5vw;
    }
    .highlights_right_content {
        line-height: 2.5vw;
        font-size: 3vw;
        padding-top: 3vw;
    }
    .highlights_right_time{
        font-size: 3vw;
    }
    .highlights>a {
        left: 50%;
    }
    .layui-tab-title li {
        font-size: 3vw;
    }
    .layui-tab-title li>hr{
        width: 15%;
        padding-bottom: 2vw;
    }
    .share_swiper_go>.swiper-but-r, .share_swiper_go>.swiper-but-l{
        width: 4vw;
        height: 4vw;
        background-size: 16px;
    }
    .layui-tab-title li {
        width: calc(90% / 4);
    }
    .share_swiper_go>.swiper-container {
        height: 500px;
    }
    .layui-tab-bar,.layui-tab-bar .layui-icon{
        display: none;
    }
}
/*phone*/
@media only screen and (min-width: 320px) and (max-width: 767px){
    .ban_bot>div>.ban_bot_right>img {
        margin: -5% 0 5% 86%;
    }
    .layui-tab-bar .layui-icon,.layui-tab-bar  {
        display:none;
    }
    .highlights{
        width: 90%;
        padding-bottom: 14vw;
    }
    .highlights_left,.highlights_right,.layui-tab-title{
        width: 100%;
    }
    .layui-tab-title li {
        width: 24%;
        height: 3.5vw;
        line-height: 3.5vw;
        font-size: 3vw;
        padding: 0;
    }
    .highlights_right_title {
        font-size: 7vw;
        padding-bottom: 1.5vw;
    }
    .highlights_right_time{
        font-size: 3vw;
    }
    .highlights>a{
        font-size: 3vw;
        position: absolute;
        bottom: 3%;
        left: 4%;
    }
    .highlights_right_content>p {
        line-height: 5vw;
    }
    .highlights_right_content {
        line-height: 5vw;
        font-size: 3vw;
    }
    .share_swiper_go>.swiper-container {
        width: 70%;
        padding-top: 3vw;
        height: 570px;
    }
    .share_swiper_go>.swiper-but-r, .share_swiper_go>.swiper-but-l{
        width: 6vw;
        height: 6vw;
        background-size: 11px;
    }
}